home *** CD-ROM | disk | FTP | other *** search
/ NetNews Offline 2 / NetNews Offline Volume 2.iso / news / comp / lang / c++-part1 / 1987 < prev    next >
Encoding:
Internet Message Format  |  1996-08-06  |  1.7 KB

  1. Path: news.net99.net!netrunner!usenet
  2. From: irvinek@netrunner.net (Kip Irvine)
  3. Newsgroups: comp.lang.c++
  4. Subject: Re: Difficulty hiring people with C++ experience.
  5. Date: 12 Jan 1996 14:53:48 GMT
  6. Organization: NetRunner, Miami, Florida 305 255 5800
  7. Message-ID: <4d5sls$6d@amberjack.netrunner.net>
  8. References: <gmandelDJAoyx.Kpr@netcom.com> <4ai727$of3@nrchh52.rich.nt.com> <4api46$c95@no-names.nerdc.ufl.edu> <4bto2d$gnq@usenet1.interramp.com> <gmande <4d0un2$26lq@news.doit.wisc.edu>
  9. NNTP-Posting-Host: dolphin-17.netrunner.net
  10. X-Newsreader: WinVN 0.92.6+
  11.  
  12. In article <4d0un2$26lq@news.doit.wisc.edu>, keiter@hp-171.cae.wisc.edu (Eric Richard Keiter) says:
  13.  
  14. >I realize that the point of your post was that this sort of interview
  15. >is bad.  I am curious, however, what sort of C++ puzzles one might
  16. >ask about in an interview.  I've never gone through an interview for
  17. >a programming job.  The reason I ask:  I'm a graduate student in physics
  18. >-- as part of my graduate work I've done a lot of programming, including
  19. >a fair amount of C++, but I don't have much in the way of formal comp.
  20. >sci. training.  As jobs for Physics PhD's are rather scarse these days,
  21. >I've been thinking about looking for programming jobs.  However, as the
  22. >bulk of my computer knowledge is self-taught, I don't really know what
  23. >a typical CS student is expected to know.
  24. >
  25.  
  26.  
  27. I would suggest a course in data structures, so you are familiar with dynamic
  28. memory, linked lists, tree structures. Also, a course in software engineering,
  29. which teaches good programming habits, particularly in a multi-programmer
  30. environment. Finally, a course on operating systems is essential. If you 
  31. want to work more on the cutting edge, a course in AI and Expert Systems
  32. will help. Good luck!
  33.